home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libaudiofile0 / README < prev    next >
Text File  |  2004-03-06  |  2KB  |  50 lines

  1. Audio File Library
  2. Version 0.2.6
  3. Friday, 5 March 2004
  4.  
  5. Copyright (C) 1998-2000, 2003-2004, Michael Pruett
  6. Copyright (C) 2000-2001, Silicon Graphics, Inc.
  7.  
  8. michael@68k.org
  9. http://www.68k.org/~michael/audiofile/
  10.  
  11. ----
  12.  
  13. The Audio File Library provides a uniform programming interface to
  14. standard digital audio file formats.
  15.  
  16. This library allows the processing of audio data to and from audio
  17. files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun
  18. .snd/.au, IRCAM, AVR, Amiga IFF/8SVX, and NIST SPHERE).  The library
  19. also supports compression (currently G.711 mu-law and A-law and IMA and
  20. MS ADPCM) as well as PCM formats of all flavors (signed and unsigned
  21. integer, single- and double-precision floating point).
  22.  
  23. One premise of the Audio File Library is that the data presented to
  24. an application need not be in the same format as the data contained in
  25. the file.  Another, however, is that the capabilities of the file format
  26. are exposed to the application programmer should the programmer wish to
  27. take advantage of them.
  28.  
  29. The Audio File Library itself is available under the GNU Library General
  30. Public License, and the programs in this package are available under
  31. the GNU General Public License.  The two licenses are included in the
  32. files COPYING and COPYING.GPL, respectively.
  33.  
  34. ----
  35.  
  36. This library is free software; you can redistribute it and/or
  37. modify it under the terms of the GNU Library General Public
  38. License as published by the Free Software Foundation; either
  39. version 2 of the License, or (at your option) any later version.
  40.  
  41. This library is distributed in the hope that it will be useful,
  42. but WITHOUT ANY WARRANTY; without even the implied warranty of
  43. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  44. Library General Public License for more details.
  45.  
  46. You should have received a copy of the GNU Library General Public
  47. License along with this library; if not, write to the 
  48. Free Software Foundation, Inc., 59 Temple Place - Suite 330, 
  49. Boston, MA  02111-1307  USA.
  50.